home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0950 / setup.exe / 0 / RCDATA / TMSGBOX / TMSGBOX.txt
Text File  |  1996-09-29  |  775b  |  43 lines

  1. object msgbox: Tmsgbox
  2.   Left = 272
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 193
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 225
  18.     Height = 145
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 41
  25.     Height = 16
  26.     Caption = 'Label1'
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Button1: TButton
  34.     Left = 160
  35.     Top = 160
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42. end
  43.